home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7588 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.0 KB  |  67 lines

  1. Path: ix.netcom.com!netnews
  2. From: conda@ix.netcom.com(Andrea Conda )
  3. Newsgroups: comp.lang.c++
  4. Subject: virtual int HighPay( const tBankAccount* _yourAccount );
  5. Date: 24 Feb 1996 03:53:09 GMT
  6. Organization: Netcom
  7. Message-ID: <4gm235$15d@cloner2.ix.netcom.com>
  8. NNTP-Posting-Host: tam-fl1-17.ix.netcom.com
  9. X-NETCOM-Date: Fri Feb 23  7:53:09 PM PST 1996
  10.  
  11. OBJECTS OF GREAT DESIRE
  12.  
  13. ------------------------------------------------------------
  14. // opportunity.h
  15.  
  16. class Job : public XWindowOfOpportunity
  17. {
  18.     public
  19.         Job( const * resume );
  20.         ~Job( BOOL no_Resume );
  21.     private:
  22.         virtual int HighPay( const tBankAccount* _yourAccount );
  23.     protected:
  24.         virtual int LongTerm();
  25.         BOOL Challenging( void );
  26.             { return TRUE; };
  27. }
  28. ----------------------------------------------------------------
  29. // opportunity.cpp
  30. #include opportunity.h
  31.  
  32. OO_Mentor = new Job( &Your_Resume );
  33. Windows_C++ = new Job( &Your_Resume );
  34. MFC_VC++ = new Job( &Your_Resume );
  35. TMN_CMIP = new Job( &Your_Resume );
  36. UNIX_C++ = new Job( &Your_Resume );
  37. Data_Warehousing = new Job( &Your_Resume );
  38. OO_Architect = new Job( &Your_Resume );
  39.  
  40. If you'd like one of these instances to reference you, check out the
  41. descriptions below and send Conda Consulting Corporation your resume at
  42. conda@ix.netcom.com or fax to (813) 886-3060.
  43.  
  44. Object Oriented Mentor, manages complete life-cycle, both start to
  45. finish projects and business process re-engineering.  Competent in
  46. multiple methodologies, languages and platforms.  Heavy emphasis on
  47. CORBA, ORBIX, Distributed Objects, Objectstore.  Salary in the range of
  48. $100,00 plus benefits and bonuses.
  49.  
  50. CORBA Consultant.
  51.  
  52. C++ Mentor, platform independant.  Growing company.  55K+ relocation
  53. assistance.  Georgia.
  54.  
  55. Windows C++ programmers for Atlanta or Florida, salaries to $55,000 +
  56. benefits.
  57.  
  58. MFC and Visual C++ developers, salaries to $45,000, FLorida.
  59.  
  60. Unix, C++ programmers, Georgia and NC and Florida, salaries to $60,000.
  61.  
  62. CMIP, TMN Workbench, Irving, salaries in range of $60,000 + benefits.
  63.  
  64. CMIP, SMNP, OSI, TCP/IP, SNA, SONET, salaries to $70,000
  65.  
  66.  
  67.